1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmPOSPAYMENT
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container
26         Me.TextBox1 = New System.Windows.Forms.TextBox
27         Me.Label1 = New System.Windows.Forms.Label
28         Me.Label2 = New System.Windows.Forms.Label
29         Me.txtcashreceive = New System.Windows.Forms.TextBox
30         Me.txtcashchange = New System.Windows.Forms.TextBox
31         Me.cmdOk = New System.Windows.Forms.Button
32         Me.cmdCancel = New System.Windows.Forms.Button
33         Me.Label3 = New System.Windows.Forms.Label
34         Me.lblamountdue = New System.Windows.Forms.Label
35         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
36         Me.SuspendLayout()
37         
'
38         
'TextBox1
39         
'
40         Me.TextBox1.BackColor = System.Drawing.Color.Black
41         Me.TextBox1.Location = New System.Drawing.Point(
1, 1)
42         Me.TextBox1.Multiline = True
43         Me.TextBox1.Name =
"TextBox1"
44         Me.TextBox1.Size = New System.Drawing.Size(
340, 59)
45         Me.TextBox1.TabIndex =
11
46         
'
47         
'Label1
48         
'
49         Me.Label1.AutoSize = True
50         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
51         Me.Label1.Location = New System.Drawing.Point(
12, 73)
52         Me.Label1.Name =
"Label1"
53         Me.Label1.Size = New System.Drawing.Size(
117, 18)
54         Me.Label1.TabIndex =
12
55         Me.Label1.Text =
"Cash Receive :"
56         
'
57         
'Label2
58         
'
59         Me.Label2.AutoSize = True
60         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
61         Me.Label2.Location = New System.Drawing.Point(
17, 105)
62         Me.Label2.Name =
"Label2"
63         Me.Label2.Size = New System.Drawing.Size(
112, 18)
64         Me.Label2.TabIndex =
13
65         Me.Label2.Text =
"Cash Change :"
66         
'
67         
'txtcashreceive
68         
'
69         Me.txtcashreceive.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
70         Me.txtcashreceive.Location = New System.Drawing.Point(
135, 66)
71         Me.txtcashreceive.Name =
"txtcashreceive"
72         Me.txtcashreceive.Size = New System.Drawing.Size(
206, 30)
73         Me.txtcashreceive.TabIndex =
0
74         
'
75         
'txtcashchange
76         
'
77         Me.txtcashchange.Enabled = False
78         Me.txtcashchange.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
79         Me.txtcashchange.ForeColor = System.Drawing.Color.Red
80         Me.txtcashchange.Location = New System.Drawing.Point(
135, 98)
81         Me.txtcashchange.Name =
"txtcashchange"
82         Me.txtcashchange.Size = New System.Drawing.Size(
206, 30)
83         Me.txtcashchange.TabIndex =
15
84         
'
85         
'cmdOk
86         
'
87         Me.cmdOk.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
88         Me.cmdOk.Location = New System.Drawing.Point(
185, 134)
89         Me.cmdOk.Name =
"cmdOk"
90         Me.cmdOk.Size = New System.Drawing.Size(
75, 36)
91         Me.cmdOk.TabIndex =
1
92         Me.cmdOk.Text =
"&OK"
93         Me.cmdOk.UseVisualStyleBackColor = True
94         
'
95         
'cmdCancel
96         
'
97         Me.cmdCancel.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
98         Me.cmdCancel.Location = New System.Drawing.Point(
266, 134)
99         Me.cmdCancel.Name =
"cmdCancel"
100         Me.cmdCancel.Size = New System.Drawing.Size(
75, 36)
101         Me.cmdCancel.TabIndex =
2
102         Me.cmdCancel.Text =
"&CANCEL"
103         Me.cmdCancel.UseVisualStyleBackColor = True
104         
'
105         
'Label3
106         
'
107         Me.Label3.AutoSize = True
108         Me.Label3.BackColor = System.Drawing.Color.Black
109         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
110         Me.Label3.ForeColor = System.Drawing.Color.White
111         Me.Label3.Location = New System.Drawing.Point(
11, 21)
112         Me.Label3.Name =
"Label3"
113         Me.Label3.Size = New System.Drawing.Size(
132, 19)
114         Me.Label3.TabIndex =
10
115         Me.Label3.Text =
"AMOUNT DUE :"
116         
'
117         
'lblamountdue
118         
'
119         Me.lblamountdue.AutoSize = True
120         Me.lblamountdue.BackColor = System.Drawing.Color.Black
121         Me.lblamountdue.Font = New System.Drawing.Font(
"Tahoma", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
122         Me.lblamountdue.ForeColor = System.Drawing.Color.White
123         Me.lblamountdue.Location = New System.Drawing.Point(
149, 18)
124         Me.lblamountdue.Name =
"lblamountdue"
125         Me.lblamountdue.Size = New System.Drawing.Size(
0, 25)
126         Me.lblamountdue.TabIndex =
8
127         
'
128         
'Timer1
129         
'
130         Me.Timer1.Interval =
500
131         
'
132         
'FrmPOSPAYMENT
133         
'
134         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
135         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
136         Me.ClientSize = New System.Drawing.Size(
342, 177)
137         Me.Controls.Add(Me.lblamountdue)
138         Me.Controls.Add(Me.Label3)
139         Me.Controls.Add(Me.cmdCancel)
140         Me.Controls.Add(Me.cmdOk)
141         Me.Controls.Add(Me.txtcashchange)
142         Me.Controls.Add(Me.txtcashreceive)
143         Me.Controls.Add(Me.Label2)
144         Me.Controls.Add(Me.Label1)
145         Me.Controls.Add(Me.TextBox1)
146         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
147         Me.Name =
"FrmPOSPAYMENT"
148         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
149         Me.Text =
"Payment"
150         Me.ResumeLayout(False)
151         Me.PerformLayout()
152
153     End Sub
154     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
155     Friend WithEvents Label1 As System.Windows.Forms.Label
156     Friend WithEvents Label2 As System.Windows.Forms.Label
157     Friend WithEvents txtcashreceive As System.Windows.Forms.TextBox
158     Friend WithEvents txtcashchange As System.Windows.Forms.TextBox
159     Friend WithEvents cmdOk As System.Windows.Forms.Button
160     Friend WithEvents cmdCancel As System.Windows.Forms.Button
161     Friend WithEvents Label3 As System.Windows.Forms.Label
162     Friend WithEvents lblamountdue As System.Windows.Forms.Label
163     Friend WithEvents Timer1 As System.Windows.Forms.Timer
164 End Class


Gõ tìm kiếm nhanh...